temporary storage - определение. Что такое temporary storage
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое temporary storage - определение

Temporary storage variable

Temporary variable         
In computer programming, a temporary variable is a variable with short lifetime, usually to hold data that will soon be discarded, or before it can be placed at a more permanent memory location. Because it is short-lived, it is usually declared as a local variable, i.
Temporary fencing         
  • Temporary fencing in storage on a site in [[Switzerland]].
TEMPORARY CLOSURE OF A PLACE
Fencing hire; Fencing Hire; Construction hoarding; Temporary fence
Temporary fencing is a free standing, self-supporting fence panel. The panels are held together with couplers that interlock panels together making it portable and flexible for a wide range of applications.
Self storage         
  • The Cityvarasto self storage building in [[Kerava]], [[Finland]]
AN INDUSTRY IN WHICH STORAGE SPACE (SUCH AS ROOMS, LOCKERS, CONTAINERS, AND/OR OUTDOOR SPACE), ALSO KNOWN AS "STORAGE UNITS" IS RENTED TO TENANTS, USUALLY ON A SHORT-TERM BASIS
Mini-storage; Mini storage; Self-storage; Public storage facility; Public storage facilities; U store it; Secure self storage; Storage locker; Self store; Portable storage; Storage condo; Storage condominium; Storage unit; Storage garage; Storage auctions; Storage auction
Self storage (a shorthand for "self-service storage," and also known as "device storage") is an industry that rents storage space (such as rooms, lockers, containers, and/or outdoor space), also known as "storage units," to tenants, usually on a short-term basis (often month-to-month). Self-storage tenants include businesses and individuals.

Википедия

Temporary variable

In computer programming, a temporary variable is a variable with short lifetime, usually to hold data that will soon be discarded, or before it can be placed at a more permanent memory location. Because it is short-lived, it is usually declared as a local variable, i.e., a variable with local scope. There is no formal definition of what makes a variable temporary, but it is an often-used term in programming.

A typical example would be that of swapping the contents of two variables. Temporary variables, along with XOR swaps and arithmetic operators, are one of three main ways to exchange the contents of two variables. To swap the contents of variables "a" and "b" one would typically use a temporary variable temp as follows, so as to preserve the data from a as it is being overwritten by b:

 temp := a
 a := b
 b := temp

Temporary variables are usually named with identifiers that abbreviate the word temporary, such as temp, tmp or simply t, or with common metasyntactic variable names, the most common of which are foo, bar, baz (see also foobar).


Computer hardware is designed to exploit the behaviour of temporary data: a cache or register file may contain temporaries internally to a microprocessor, such that they never need to be committed to main memory (hence consuming no external memory bandwidth).

Примеры употребления для temporary storage
1. The Senate also repelled a House effort to establish temporary storage sites as a backup to Yucca Mountain.
2. It can take weeks to move a vast collection of silver tea sets, flatware and ordinary Tupperware into temporary storage.
3. The Senate also rebuffed a House effort to establish temporary storage sites as a backup to Yucca Mountain.
4. The industry‘s toxic legacy has been sitting around in temporary storage waiting for someone to decide what to do with it.
5. One industry group has sought to build a temporary storage site on the land of the Skull Valley Goshute tribe in Utah, but this proposal has been bitterly opposed, including by states through which the waste would have to pass.